home *** CD-ROM | disk | FTP | other *** search
/ Light ROM Gold / Light ROM Gold.iso / arexx / loadscen.txt < prev    next >
Text File  |  1994-11-03  |  2KB  |  71 lines

  1.  
  2.                         Load From Scene Version 1.0
  3.  
  4.                                     for
  5.  
  6.                                 Modeler 3.5
  7.  
  8.                 ⌐ 1994 By AndrΘ Hotz of Imaginative Systems
  9.  
  10.  
  11.  
  12. This  little  ARexx-Macro  allows  the  user  to  load all or only selected
  13. objects  from  a  scene  file.   The macro keeps the positions and rotation
  14. angels  of  the objects, so that it will look like the scene if you load it
  15. in the layout.
  16.  
  17. I  needed  this macro to morph an object that consists of many other parts,
  18. so  that  I  only  have to morph ONE big object instead of morphing all the
  19. parts seperatly.
  20. I  think  that  there might be a lot of other uses for this macro, but this
  21. was the reason I needed this one.
  22.  
  23.  
  24.  
  25. The handling of the macro is extremly simple.  Just add it to the MacroList
  26. and  start  it.   A  file  requester will pop up and you have to select the
  27. scene  file.   After that, you'll be asked if you want to load the complete
  28. scene or just some of the objects.
  29. If  you  hit  "complete", the macro will start to load all objects into the
  30. current layer.
  31. If  you  select "selective", a new requester will show up with the names of
  32. the objects.  Just check the objects you want to load and hit "OK".  If the
  33. scene  has  more  than 15 objects, the "OK" button will have the meaning of
  34. "More",  and  if  you click on that, another requester will appear with the
  35. rest of the objects.
  36.  
  37.  
  38. This  macro  was written by AndrΘ Hotz of Imaginative Systems.  If you have
  39. any questions or you are in need of a good macro, just call or write to:
  40.  
  41.  
  42.                             Imaginative Systems
  43.  
  44.                                 AndrΘ Hotz
  45.                              Tannhaeuserstr.3
  46.                                 51674 Wiehl
  47.  
  48.                                   GERMANY
  49.  
  50.  
  51.                           Tel: +49 (0)2262 93189
  52.                           Fax: +49 (0)2262 97839
  53.  
  54.  
  55.  
  56.  
  57. History:
  58. ~~~~~~~~
  59.  
  60. Ver 0.8 : Complete and Selective Option added.
  61.  
  62. Ver 0.9 : Parent objects bug removed.
  63.  
  64. Ver 1.0 : Some little bugs were removed.
  65.  
  66.  
  67. Future Enhancements:
  68. ~~~~~~~~~~~~~~~~~~~~
  69.  
  70. - optional multi-layer load
  71.